User DocsData DocumentsAnyDB FormulasFunctionsLENOn this pageLEN Returns the number of characters in a text string. Syntax LEN(text) Arguments text: The string whose length you want to find. Example LEN("AnyDB") → Returns 5LEN(A1) → Returns the number of characters in cell A1